* window.c (Frecenter): Tiny docstring enhancement.
authorBastien Guerry <bzg@gnu.org>
Tue, 26 Feb 2013 14:28:37 +0000 (15:28 +0100)
committerBastien Guerry <bzg@gnu.org>
Tue, 26 Feb 2013 14:28:37 +0000 (15:28 +0100)
src/ChangeLog
src/window.c

index 91855fb532190a0df2e542343b62d42ae3304678..26682dad9a07fcf676fc67dbce0acdba8dbacc85 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-26  Bastien Guerry  <bzg@gnu.org>
+
+       * window.c (Frecenter): Tiny docstring enhancement.
+
 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        Minor textprop integer cleanup.
index ea1dd93711c5929c57e1507fe3d98b565d8e48f5..c2da2e8637a73538c8c294f9f181a7911af295ce 100644 (file)
@@ -5173,7 +5173,7 @@ displayed_window_lines (struct window *w)
 
 DEFUN ("recenter", Frecenter, Srecenter, 0, 1, "P",
        doc: /* Center point in selected window and maybe redisplay frame.
-With prefix argument ARG, recenter putting point on screen line ARG
+With a numeric prefix argument ARG, recenter putting point on screen line ARG
 relative to the selected window.  If ARG is negative, it counts up from the
 bottom of the window.  (ARG should be less than the height of the window.)